home *** CD-ROM | disk | FTP | other *** search
/ OpenGL Superbible (2nd Edition) / OpenGL SuperBible e2.iso / tools / GLUT-3.7 / adainclude / Makefile.sgi
Encoding:
Makefile  |  1998-08-12  |  226 b   |  18 lines

  1. #!smake
  2. #
  3. # Copyright (c) Mark J. Kilgard, 1995.
  4. #
  5. include $(ROOT)/usr/include/make/commondefs
  6.  
  7. TOP = ..
  8.  
  9. SUBDIRS = GL
  10.  
  11. default $(COMMONTARGS): $(_FORCE)
  12.     $(SUBDIRS_MAKERULE)
  13.  
  14. $(SUBDIRS): $(_FORCE)
  15.     cd $@; $(MAKE)
  16.  
  17. $(_FORCE):
  18.